Microsoft .NET Framework 4
You can deploy .NET 3.5 on Windows 8 machines by calling DISM in two ways an online option DISM /Online /Enable-Feature /FeatureName:NetFx3 /All OR a source media option DISM /Online /Ena… Read More
dotNetFx40_Full_x86_x64.exe /q /norestart /ChainingPackage ADMINDEPLOYMENT Download the full package at this link -> http://www.microsoft.com/fr-fr/download/details.aspx?id=17718 Read More
Doing some lab testing for ConfigMgr 2012. I wanted to install App-V 5.0 Beta but it needed the .NET Framework 4 Full as a prereq. So, created the .NET Framework 4 Full application with the f… Read More
  All switches are optional. /CEIPconsent †Optionally send anonymous feedback to improve the customer experience. /chainingpackage <name> †Optionally … Read More
  All switches are optional. /CEIPconsent â Optionally send anonymous feedback to improve the customer experience. /chainingpackage <name> â Optionally record the name of a pac… Read More
This relates to Windows XP: If you do have only .NET 2 installed on your target machines, the package wants to install the RGB9Rast_x86.msi as it prepares the installer for later versions of .… Read More
If you like the MSI approach: - This example is for x86 machines, I assume you can use the same method for x64 systems (not tested) - Please note that your system meets the right Prerequisites… Read More
If you like the MSI approach: - This example is for x86 machines, I assume you can use the same method for x64 systems (not tested) - Please note that your system meets the right Prerequisites… Read More
The above post about "Blocking Issues" when running the setup.exe from the extracted files is respectfully, incorrect. You must add an extra switch, either "/x86" or "/x64" in addition to the o… Read More
We run this to install it: dotNetFx40_Full_x86_x64.exe /q /norestart /log %temp%\dotNetFx40.log If you run dotNetFx40_Full_x86_x64.exe /?, it will extract the setup files into a temporary dir… Read More
With this package, you cannot extract the files out by running dotNetFx40_Full_x86_x64.exe and then looking for the setup.exe where the files were extracted. If you just run setup.exe, you'll … Read More
We run this to install it: dotNetFx40_Full_x86_x64.exe /q /norestart /log %temp%\dotNetFx40.log If you run dotNetFx40_Full_x86_x64.exe /?, it will extract the setup files into a temporary dir… Read More